/*MAIN*/
html { scroll-behavior: smooth; }

*{
    margin: 0;
    padding: 0;
    font-family: 'poppins', sans-serif;
    box-sizing: border-box;
}

header {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: -30px;
}

#logo {
    justify-content: center; 
    align-items: center; 
    display: flex;
    margin-right: 150px;
    margin-top: 10px;
}

nav {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    top: 0;
    position: sticky;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(114, 107, 107, 0.5);
    border-radius: 30px;
  }

  .dropdown-content a {
    color: black;
    padding: 9px 12px;
    text-decoration: none;
    display: block;
}

.dropbtn {
    background: none;
    border: none;
}

.dropdown:hover .dropdown-content {display: block;}


ul, li {
    list-style: none;
    margin: 0;
    padding: 15px;
    display: flex;
    justify-content: space-evenly;
    color: #99aeae;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
}

.dropbtn li {
    padding: 0;
}

a {
    text-decoration: none; 
    color: #99aeae
}

li img {
    width: 35px;
    height: 35px;
}

a:hover {
    color: rgb(0, 0, 0);
}


/*FONTS*/
@font-face {
    font-family: LunchBoxLight;
    src: url(../Fonts/LunchBox-Light.ttf)
}


#lisbet {
    background: rgb(255, 255, 255);
    width: 100%;
    height: 800px;
}
/* The dots/bullets/indicators */

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #99aeae;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

/* Slideshow container */

.slideshow-container {
    width: 1445px;
    height: 600px;
    margin: 50px auto;
    text-align: center;
}

.myslides {display:none;}
/* Hide the images by default */

.img {
    width: 1000px;
    height: 780px;
    object-fit: cover;
}

.active, .dot:hover {
    background-color: #546262;
}

/*Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

.sarah {
    background: rgb(168, 255, 165);
    width: 100%;
    height: 600px;

}

#container
{
display: flex;
flex-direction: none;
justify-content: center;
align-items: center;
height: 600px;
border: 1px solid rgb(255, 255, 255);
}

.box {
    width: 300px;
    margin: 5px;
    text-align: center;
}


.billeder {
    width:300px;
    margin: 5px;
    text-align:center;
}
    .hero{
        width: 100%;
        height: 100vh;
        background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url(background.png);
        background-size: cover;
        background-position: center;
        padding: 10px 10%;
        color: #fff;
    }
    .hero h3{
        margin-top: 15%;
        font-weight: 400;
        font-size: 30px;
    }
    .hero h1{
        margin-top: 30px;
        font-size: 50px;
    }
    .hero p{
        margin: 10px 0 50px;
    }
    
    form {
        background: #fff;
        display: flex;
        width: fit-content;
    }
    form input {
        border: 0;
        outline: none;
        padding: 10px 20px;
        height: 70px;
        width: 400px;
        font-size: 16px;
    }
    form button{
        background: #eda7da;
        border: none;
        outline: none;
        height: 70px;
        width: 100px;
        cursor: pointer;
    }

    /*Cecilie*/

#cashbee {
    background: #99aeae;
    position: relative;
    width: 100vw;
    height: 700px;
}

@font-face {
    font-family: ConduitIt;
    src: url(../Conduit-Italic.woff2);
}

@font-face {
    font-family: LunchBoxRegular;
    src: url(../LunchBox-Regular.woff2);
}

/*Hotspot – Body*/
#hotspot {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100vw;
    height: 700px;
}

#hotspot div img, #hotspot div {
    width: 500px;
    height: 500px;
}

#hotspot h2, .modal h2 {
    font-family: LunchBoxRegular;
    font-weight: 400;
    font-size: 46px;
    line-height: 51px;
    color: rgb(77, 77, 77);
    padding: 30px 0;
}

#hotspot p, .modal p {
    font-family: ConduitIt;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: rgb(77, 77, 77);
}

#hotspot h2, #hotspot p {
    color: #FFF;
}


#hotImg {
    position: relative;
}

#modOpen {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: #FFF;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    top: 310px;
    left: 115px;
}

#modalBG {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: #00000040;
    width: 100vw;
    height: 700px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.modal {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: #FFF;
    width: 75vw;
    height: 500px;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
}

.modal div {
    width: 450px;
    height: 450px;
}

.modImg {
    background: rgb(252, 250, 247);
}

#pris {
    width: 200px;
    margin-top: 50px;
}

#modClose {
    position: absolute;
    top: 115px;
    left: 83.5vw;
    background: #546262;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-family: ConduitIt;
    color: #FFF;
    font-size: 20px;
    cursor: pointer;
}